home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
MacPowerオリジナル
/
Edutainment World
/
チャンプジム for DEMO
/
DIR
/
mitt.dir
/
00111_Script_111
< prev
next >
Wrap
Text File
|
1997-09-29
|
344b
|
15 lines
on mouseUp
puppetSound "buin"
waitSound 1
global quitMODE
set quitMODE = "ON"
pause
put the stageleft into H
put the stagetop into V
set the rect of window "endQA" to rect(H+152,V+178,H+488,V+302)
set the modal of window "endQA" to true
set the windowtype of window "endQA" to 2
open window "endQA"
end